From: Gerd Moellmann Date: Wed, 25 Apr 2001 18:32:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~40560 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f2f9d43139c0738da9f93847c8f07e648887034d;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2ed08b5832e..91068595470 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-04-25 Gerd Moellmann + + * faces.el (tty-handle-reverse-video): Don't set inverse-video. + 2001-04-25 Eli Zaretskii * info.el (Info-additional-directory-list): Doc fix. diff --git a/src/ChangeLog b/src/ChangeLog index 343423bafce..f4f778bc9aa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2001-04-25 Gerd Moellmann + * term.c (toggle_highlight): New function. + (turn_on_face): Change handling of reverse video. + * process.c (wait_reading_process_input): Call record_asynch_buffer_change only if a timer really changed buffers.